Spread for ASP.NET 12 Product Documentation
SetConditionalFormatting(CellRange[],IConditionalFormattingRule[]) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SetConditionalFormatting Method : SetConditionalFormatting(CellRange[],IConditionalFormattingRule[]) Method
The cell ranges
The specified rules to apply for a specified range of cells
Sets conditional formatting for specified ranges of cells on the sheet based on specified rules.
Syntax
'Declaration
 
Public Overloads Sub SetConditionalFormatting( _
   ByVal cellRanges() As CellRange, _
   ByVal ParamArray rules() As IConditionalFormattingRule _
) 
'Usage
 
Dim instance As SheetView
Dim cellRanges() As CellRange
Dim rules() As IConditionalFormattingRule
 
instance.SetConditionalFormatting(cellRanges, rules)
public void SetConditionalFormatting( 
   CellRange[] cellRanges,
   params IConditionalFormattingRule[] rules
)

Parameters

cellRanges
The cell ranges
rules
The specified rules to apply for a specified range of cells
See Also

Reference

SheetView Class
SheetView Members
Overload List